Welcome![Sign In][Sign Up]
Location:
Search - access builder

Search list

[Other resourceDirect.Oracle.Access.v4.0.7.1.Full.Source

Description: Direct Oracle Access 非常好的Oracle数据库直接访问组件包 支持个版本的Delphi及C++ Builder 有源码 -very good Oracle database directly to the group support package version of the Delphi and C Builder is FOSS
Platform: | Size: 28855342 | Author: 牟孝金 | Hits:

[Remote ControlC++ Builder编的远程控制

Description: 一个国人用C++ Builder编的远程控制(特洛伊?)程序,可以存取删除及修改对方文件,甚至可以重新启动对方计算机,破坏其操作系统.适用:Win9X/Win NT/ Win2-a Chinese C Builder series of the remote control (Troy) procedures, and can be amended to delete access to the other documents, or even restart the other side, the destruction of their operating system. Apply : Win9X/Win NT / Windows 2
Platform: | Size: 66517 | Author: 徐进 | Hits:

[Delphi VCLCrlab.MySQL.Data.Access.Components.v5.55.0.39.Full.Source

Description:

MySQL Data Access Components (MyDAC) MySQL数据访问组件库为Borland Delphi,C++ Builder和Kylix提供一系列的非可视化组件。


Platform: | Size: 1535205 | Author: hunter0773 | Hits:

[SMSo2smsv

Description: Oxygen SMS ActiveX Control允许你发送接受文字及图片消息,读写缺省的SMS中心号码,获得保存的信息总数和统计它们的位置,从SMS收件箱中读取和删除信息。可以获得手机的IMEI,型号的软件和硬件版本和日期,电池容量和信号强度。控件可以和任何支持Active X的编程环境相融合(如,ASP。Microsoft Visual Basic,Microsoft Visual C ,Microsoft Access,Borland Delphi,Borland C Builder等)。共享软件。注册版本将没有提示屏幕,也不会在每次发送消息之前加一段文字。适用语言:CB3 CB4 CB5 D3 D4 D5 D6-Oxygen SMS ActiveX Control allows you to send to receive text and picture messages, read and write default SMS center number, be preserved and statistical information on the total number of their locations, from the SMS inbox to read and delete information. Access to mobile phones IMEI, models of software and hardware version and date, battery capacity and signal strength. Can control and any support for Active X integrated programming environment (such as, ASP. Microsoft Visual Basic, Microsoft Visual C, Microsoft Access, Borland Delphi, Borland C Builder, etc.). Sharing software. Registered version will not prompt the screen, it would not send a message in each section of text before. Applicable language: CB3 CB4 CB5 D3 D4 D5 D6
Platform: | Size: 487424 | Author: 站长 | Hits:

[SNMPbcb6获取MAC地址_iphlpapi

Description: 在c++builder中获取mac地址的源码,使用iphlpapi库,以前的通过netbios,com,以及snmp的方法都有局限性,此程序是最好的获取mac地址的方法。在bcb6中编译通过。注意(需要在project->option->Directories/Conditionals->Library Path中增加iphelpapi.lib的路径,如:C:\Program Files\Borland\CBuilder6\Lib\Psdk)-acquired mac addresses of the source, the use of iphlpapi basement, before the adoption netbios, com, and snmp methods have limitations, this procedure is the best mac addresses of the access method. In bcb6 compiled through. Attention (in project-gt; Option-gt; Directories/Conditionals- gt; Library Path increase iphelpapi.lib path, such as : C : \ Program Files \ Borland \ CBuilder6 \ Lib \ Psdk)
Platform: | Size: 239616 | Author: 陈东 | Hits:

[Remote ControlC++ Builder编的远程控制

Description: 一个国人用C++ Builder编的远程控制(特洛伊?)程序,可以存取删除及修改对方文件,甚至可以重新启动对方计算机,破坏其操作系统.适用:Win9X/Win NT/ Win2-a Chinese C Builder series of the remote control (Troy) procedures, and can be amended to delete access to the other documents, or even restart the other side, the destruction of their operating system. Apply : Win9X/Win NT/Windows 2
Platform: | Size: 66560 | Author: 徐进 | Hits:

[Process-Threadmutildata

Description: 多线程序访问数据库-multi-lane access to the database procedures
Platform: | Size: 25600 | Author: 宋唯江 | Hits:

[Other systemsYdgl_c

Description: 营业用电管理系统(网络版)是本公司推出的新一代软件产品,该产品采用Clent/Server网络结构,利用Borland C++ Builder开发,以大型数据库MSSQL Server为数据管理平台,数据存取量大,数据安全级别高,操作灵活,功能齐全,是目前电力营销企业较为理想的应用软件 本软件后台数据库创建由之前上传的“数据库后台管理工具”创建-electricity business management system (network version) is the company's new generation of software products that use Ontario/server network architecture, the use of Borland C Builder, a large database MSSQL Server platform for data management, data access volume, high-level data security, operation flexible, full-featured, which is the power marketing business in a more satisfactory application of the database software created by the background before uploading the "background database management tools" to create
Platform: | Size: 12104704 | Author: 时空 | Hits:

[2D Graphic基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1- gt; Execute ()) Image1- gt; Canvas- gt; Pen-gt; Color = ColorDialog1- gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 583680 | Author: 朱磊 | Hits:

[TreeViewtreewithdatabase

Description: 用PowerBuilder编写的一个小程序,通过建立存储过程,从数据库中获得树图。-prepared by a small program, the process through the establishment of storage, database access from the tree.
Platform: | Size: 8192 | Author: vara | Hits:

[File OperateFont测试2

Description: 一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。-a document with the flow of the text color, typeface, font size attributes such as access to the procedure.
Platform: | Size: 355328 | Author: 赵黎 | Hits:

[Windows Develop图书馆管理系统c++

Description: 这个是图书管理系统,能够实现一般的图书借阅功能,是用C++做的,数据库用ACCE-This a library management system. General book lending function is implemented using C++, database is Access.
Platform: | Size: 3059712 | Author: ding | Hits:

[Otherpb8 参考手册(控件的属性事件和函数)

Description: power builder8.0函数参考手册,便于学习查阅 -power builder8.0 function reference manual, to facilitate access to learning
Platform: | Size: 2494464 | Author: | Hits:

[Other DatabasesACCESS应用

Description: ACCESS应用.rar -ACCESS application. Rar ACCESS application. Rar
Platform: | Size: 300032 | Author: jake | Hits:

[Other Games电子宠物

Description: 电子宠物游戏,很好玩,VC API ,下载后解压缩,安装,运行程序,进入即可玩!很棒的-electronic pet game is a lot of fun, VC API, download decompress, installation, operation procedures, access can play! Terrific
Platform: | Size: 220160 | Author: jiu | Hits:

[OracleDirect.Oracle.Access.v4.0.7.1.Full.Source

Description: Direct Oracle Access 非常好的Oracle数据库直接访问组件包 支持个版本的Delphi及C++ Builder 有源码 -very good Oracle database directly to the group support package version of the Delphi and C Builder is FOSS
Platform: | Size: 28855296 | Author: 牟孝金 | Hits:

[Other Databasesluntaiguanli

Description: 轮胎管理系统,用c++builder+access 很好用的,值的学习的-Tire management system, with c++ Builder+ Access good use, and value of learning
Platform: | Size: 623616 | Author: 许尚敏 | Hits:

[Database systemStudentInformation

Description: 学生信息管理系统,数据库大作业, Access数据源-Student Information Management System, database big operation, Access Data Source
Platform: | Size: 4481024 | Author: 庞妍 | Hits:

[Delphi VCLUniversal.Data.Access.Components.v3.00.0.2

Description: Universal.Data.Access.Components 3.00 Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with such servers as Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird. The UniDAC library is designed to help programmers develop faster and cleaner cross-database applications. UniDAC is a complete replacement for such standard universal technology as dbExpress. UniDAC is a handy in use and efficient data access solution bringing into play many features specific to each server.
Platform: | Size: 2709504 | Author: Santiago | Hits:

[File OperateAccess-WordaExcel

Description: 用C++builder编写的小应用程序,可以导入任意Word、Excel文件,并带有编辑保存功能,即实现与Word、Excel的连接和通讯,方便了数据库处理时的操作流程,同时也提高了数据处理的安全性。-Written with C++ builder of small applications that can import any Word, Excel documents and edit the save function with that achieved with Word, Excel connection and communication, to facilitate the operation of the database processing procedures, while improving data processing security.
Platform: | Size: 1283072 | Author: xu | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net